home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / frame_8 / PlaceObject2_1700_12 / CLIPACTIONRECORD on(press).as
Encoding:
Text File  |  2010-11-09  |  196 b   |  9 lines

  1. on(press){
  2.    _root.fx.attachSound("select");
  3.    _root.fx.start();
  4.    gotoAndStop(2);
  5.    _root.est_atacar.gotoAndStop(1);
  6.    _root.est_recuar.gotoAndStop(1);
  7.    tropa1.setEstrategia(1);
  8. }
  9.